home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
-
- REM *** SAMPLE BATCH FILE TO USE RXCLUS WITH A BAYCOM MODEM ***
-
- REM With TFX:
-
- REM Load TFX (edit if you are not using COM1/IRQ4)
- TFX -c:1 -r:4 -b:1200
- REM Start RXCLUS
- RXCLUS66
- REM Unload TFX
- TFX -u
-
- REM With TFPCX:
- REM (to use TFPCX unREM the 3 command lines below and REM all lines above)
- REM Replace the 1 below if you are not using COM1
- REM TFPCX286 -pcom1
- REM RXCLUS66
- REM TFPCX286 -u
-